home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-03-27 | 678 b | 33 lines | [TEXT/MPS ] |
- {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
- { UFailure.p }
- { Copyright © 1984-1990 Apple Computer, Inc. All rights reserved. }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := FALSE}
- {$ENDC}
-
- UNIT UFailure;
-
- INTERFACE
-
- USES
- {$SETC __UFailure__ := TRUE}
- { • Implementation USES }
- {$U $$Shell(MAPInterfaces)UDebug} UDebug,
-
- Memory, Resources, Sound, Errors;
-
- {$SETC __UFailure__ := FALSE}
- { • Include the public interface }
- {$SETC _UFailureIncludes := UsingIncludes}
- {$SETC UsingIncludes := TRUE}
- {$I+}
- {$I $$Shell(MAPInterfaces)UFailure.p}
- {$SETC UsingIncludes := _UFailureIncludes}
-
- IMPLEMENTATION
-
- {$I UFailure.inc1.p}
-
- END.
-